home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
steppenw.swf
/
scripts
/
DefineSprite_3455
/
frame_22
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
301 b
|
15 lines
if(getProperty("_root.Farmer", _currentframe) < 279)
{
set("/Variables:Stoppe",true);
set("/Variables:EtatActif","Tab2");
tellTarget("_root.Animatiques")
{
gotoAndStop("VoitMegChamp");
}
tellTarget("_root")
{
gotoAndStop("Tab2Stoppe");
}
stop();
}